*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Spartan', sans-serif;
}

.logo {
    height: 60px;
    width: 150px;
    /* opacity: 0;
    animation: sliderRight 1s ease forwards; */
}

h1 {
    font-size: 50px;
    line-height: 64px;
    color: #222;
}

h2 {
    font-size: 46px;
    line-height: 54px;
    color: #222;
}

h4{
    font-size: 20px;
    color: #222;
}

h6 {
    /* font-weight: 16px; */
    font-size: 12px;    
}

p {
    font-size: 16px;
    color: #465b52;
    margin: 15px 0 20px 0;
}

.section-p1 {
    padding: 40px 80px
}

.section-m1{
    margin: 40px 0;
}

button.normal {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    color: #000;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.2s;
} 

button.normal:hover {
    border: 2px solid #fff;
    background-color: #f7890a;
}

button.normal a {
    text-decoration: none;
}

body {
    width: 100%;
}

#header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    background: #E3E6F3;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.0.); */
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}

#navbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

#navbar li{
    list-style: none;
    padding: 0 20px;
    position: relative;
}

#navbar li a {
    display: inline-block;;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    transition: 0.3s;
    /* opacity: 0;
    animation: sliderTop .5s ease forwards;
    animation-delay: calc(.2s * var(--i)); */
}

#navbar li a:hover,
#navbar li a.active{
    color: #f7890a;

}

#navbar li a.active::after,
#navbar li a:hover::after{
    content: "";
    width: 30%;
    height: 2px;
    background: #f7890a;
    position: absolute;
    bottom: -4px;
    left: 20px;
}


#mobile {
    display: none;
    align-items: center;
}

#close {
    display: none;
}

 #hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 150px;
    height: 70vh;
    width: 100%;
    background-size: cover;
    background-position: top 25% right 0;
    padding: 0 150px;
    background-color: #f7890a;

}

.column.hero-text {
    margin-top: -230px;
    padding: 20px;
    text-align: left;
    opacity: 0;
    animation: slideBottom 1s ease forwards;
    animation-delay: .3s;
}

#hero h4{
    padding-top: 200px;
    padding-bottom: 15px;
}

#hero h1{
    color: #fff;
    font-size: 45px;
}

#hero p{
    font-weight: 400;
}

#hero button{
    background-color: #E3E6F3;
    display: inline-block;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s ease, transform 0.2s ease;
}

#hero button a{
    color: #1a1a1a;
    text-decoration: none;
}

.animate-hero-text {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s, transform 1s;
}

.animate-hero-text.active {
    opacity: 1;
    transform: translateY(0);
}

.row {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
}

column {
    flex: 1; 
    padding: 20px; 
}

.column p{
    text-align: justify;
}

.column img {
    max-width: 100%; 
    padding-left: 50px;
    padding-bottom: 0;
    height: 70vh;
}

#home-about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    gap: 50px;
}

#about-container{
    flex: 1;
    width: 100%;
}

#about-container h2 {
    text-align: center;
}

#about-container p{
    text-align: justify;
}

#about-img {
    flex: 1;
}

#about-container button{
    background-color: #f7890a;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 2s ease, transform 0.2s ease;
}

#about-container button a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#feature {
    text-align: center;
}

#feature .feature-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#feature .fe-box {
    width: 250px;
    text-align: center;
    padding: 25px 15px;
    box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
    border: 1px solid #ffd88f;
    border-radius: 4px;
    margin: 15px;
}

#feature .fe-box:hover{
    box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.1);
}


#feature .fe-box img{
    width: 100%;
    margin-bottom: 10px;
}

#feature .fe-box h6{
    display: inline-block;
    padding: 9px 8px 6px 8px;
    line-height: 1;
    border-radius: 4px;
    color:#088178;
    background-color: #ffd88f;
}


#product1{
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#product1 .pro-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#product1 .pro {
    width: 200px;
    padding: 10px 8px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
    margin-left: 10px;
    transition: 0.2s ease;
    width: calc(33% - 9px); 
    margin-bottom: 20px;
    text-align: center;
}

#product1 .pro:hover{
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
}

#product1 .pro img{
    max-width: 100%;
    height: 300px;
    border-radius: 3px;
} 

#product .pro .des{
    text-align: start;
    padding: 10px 0;
}

#product1 .pro .des h5{
    padding-top: 7px;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 19px;

}

#brand-banner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* padding: 0 80px; */
    width: 80%;
    /* height: 30vh; */
    margin: 30px 0 20px 200px;
}

#brand-banner .banner-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* min-width: 10%;
    height: 30vh; */
    background-size: cover;
    background-position: center;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #666;
    height: 160px;
}

#banner{    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url("images/banner.png");
    width: 100%;
    height: 25vh;
}

#banner h4 {
    color: #fff;
    font-size: 16px;
}
#banner h2{
    color: #fff;
    font-size: 30px;
    padding: 10px 0;
}

footer .footer-content {
    margin-left: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-evenly;
    width: 70%;
}

footer .logo{
    height: 90px;
    width: 150px;
    padding-bottom: 30px; 
    /* transition: 0.3 ease;    */
}

footer .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

footer .about {
    margin-top: 30px;
}

footer h4 {
    font-size: 14px;
    padding-bottom: 20px;
}

footer p {
    font-size: 13px;
    margin: 0 0 8px 0;
}

footer a {
    font-size: 13px;
    text-decoration: none;
    color: #222;
    margin-bottom: 10px;
}

/* footer .follow {
    margin-top: 20px;
} */

footer .follow a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 2px;
    width: 30px;
    height: 30px;
    background: transparent;
    font-size: 25px;
    border-radius: 50%;        
}

footer .follow i {
    color: #465b52;    
    padding-bottom: 9px;
    cursor: pointer;
}

footer .copyright {
    text-align: center;
}



/* About Us page */

#about-us{
    margin-left: 150px;
    padding-top: 0;
    width: 80%;
}

.about-text {
    padding: 150px 20px;
    text-align: center;
}

.about-text  h2{
    font-size: 40px;
    line-height: 64px;
    color: #f7890a; 
    font-style: italic;
}

.about-text h3 {
    font-size: 30px;
}

.about-text p{
    font-size: large;
}

#about-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #5c5c5b;
    width: 100%;
    height: 15vh;
    margin-top: 0;
}

#logic-stats{
    margin: 40px;
}

#stats{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 40px;
}

#stats .stats-wrapper{
    margin-right: 160px;
}

#stats .stats-wrapper:last-child{
    margin-right: 0;
}

#stats p{
    color: #fff;
    font-weight: bold;
    font-size: 40px;
}

#stats h4{
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

#profile{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #ffd88f; */
}

#logic-profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
    margin-left: auto;  
    margin-right: auto;
}

.mission{
    margin-top: 40px;
    width: 30%;
    color: #fff;
}

.mission h4{
    padding-top: 20px;
    color: #000;
    font-weight: bold;
}

.mission p{
    padding-top: 10px;
    color: #000;   
}

hr{
    width: 70%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #ffd88f;
}
#values{
    margin-top: 40px;  
    margin-bottom: 0;
}

#values h3 {
    color: #000;
    text-align: center;
    font-weight: bold;
}

#values-wrapper{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.col {
    float: left;
}

.values-content{
    margin: 80px;
}

.values-content h4{
    color: #f7890a;
    font-weight: bold;
}

.values-content p{
    color: #000;
}

/* Products Page */

/* .product {
    margin-top: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    box-shadow: 34px 34px 34px 34px rgba(0.4, 0.4, 0.4, 0.04);
    border: 1px #5c5c5b;
    border-radius: 9px;
}

.product img {
    max-width: 550px; 
    margin-right: 20px; 
    height: 350px;
}

.product p {
    margin: 0; 
    max-width: 400px;
}

.product li{
    list-style: none;
}

#pumps {
    margin-left: 250px;
    width: 50%;
    background-color: #fff;
}

#pumps img{
    margin-left: 40px;
}

#pump-desc{
    padding-left: 100px;
}

#pump-desc h4{
    margin-bottom: 20px;    
}

#pump-desc li{
    margin-bottom: 6px;

}

#accessories {
    margin-left: 700px; 
    width: 50%;
    background-color: #fff;
}

#accessories-desc {
    margin-left: 40px;
}

#accessories-desc h4{
    margin-bottom: 20px;
}

#accessories-desc li{
    margin-bottom: 6px;
}

#solar {
    margin-left: 250px;
    width: 50%;
}

#solar-desc h4{
    margin-bottom: 20px;
}

#solar-desc li{
    margin-bottom: 6px;
}

#treatment {
    margin-left: 700px;
    width: 50%;
}

#treatment-desc h4{
    margin-bottom: 20px;
}

#treatment-desc {
    margin-left: 40px;
}

#treatent-desc img{
    padding: 100px;
}

#treatment-desc li{
    margin-bottom: 6px;
}

#sewage {
    width: 50%;
    margin-left: 250px;
}

#sewage-desc h4{
    margin-bottom: 20px;
}

#sewage-desc li{
    margin-bottom: 6px;
}

#panel {
    margin-left: 700px;
    width: 50%;
}

#panel-desc h4{
    margin-bottom: 20px;
    margin-left: 30px;
}

#panel-desc li{
    margin-bottom: 6px;
    margin-left: 30px;
} */

#our-product {
    position: relative;
    height: 320vh;
    margin-top: 30px;
    margin-left: 160px;
}

#our-product h4{
    color:#f7890a
}

#pumps {
    position: relative;
    width: 1200px;
    height: 50vh;
}

#image-container {
    position: absolute;
    top: 80px;
    left: 680px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    background: url('images/dpl-pump.png') center center no-repeat;
    background-size: cover;
    width: 500px;
    height: 300px;
    z-index: 2;
    border-radius: 3px;
    padding-top: 70px;
    padding-left: 5px;
    background-color: #fff;
}

.product li{
    list-style: none;
    padding: 5px;
}

#pump-desc h4{
    margin-bottom: 20px; 
    text-align: center;   
}

#pump-desc li{
    margin-left: 50px;
}

#pump-desc {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 20px;
    background-color: #f4f6f7;
    width: 700px;
    height: 300px;
    margin-left: 50px;
}

#accessories {
    position: relative;
    width: 1200px;
    height: 50vh;
    margin-top: 20px;
    margin-left: 250px;
}

#equip-img {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    background: url('images/pool-equip.png') center center no-repeat;
    background-size: cover;
    width: 600px;
    height: 350px;
    z-index: 2;
    border-radius: 5px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    background-color: #fff;
    margin: auto;
}

#accessories-desc {
    position: absolute;
    top: 120px;
    left: 500px;
    z-index: 1;
    padding: 20px;
    background-color: #f4f6f7;
    width: 630px;
    height: 300px;
   
}

#accessories-desc h4{
    margin-bottom: 20px; 
    text-align: center;   
}

#accessories li{
    margin-left: 150px;
    list-style: none;
    margin-bottom: 10px;
}

#solar {
    position: relative;
    width: 1200px;
    height: 50vh;
    margin-top: 10px;
    margin-left: 50px;
}


#solar-img {
    position: absolute;
    top: 80px;
    left: 600px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    background: url('images/solar-power.jpg') center center no-repeat;
    background-size: cover;
    width: 530px;
    height: 300px;
    z-index: 2;
    border-radius: 3px;
    padding-top: 70px;
    padding-left: 5px;
    background-color: #fff;
}

#solar-desc {
    position: absolute;
    top: 120px;
    left: 5px;
    z-index: 1;
    padding: 20px;
    background-color: #f4f6f7;
    width: 630px;
    height: 300px;
   
}

#solar-desc h4{
    margin-top: 20px;
    text-align: center;
}

#solar-desc li{
    list-style: none;
    margin-top: 20px;
    margin-left: 130px;
    margin-bottom: 5px;
}

#treatment {
    position: relative;
    width: 1200px;
    height: 50vh;
    margin-top: 20px;
    margin-left: 250px;
}


#treatment-img {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    background: url('images/water-purification.jpg') center center no-repeat;
    background-size: cover;
    width: 600px;
    height: 400px;
    z-index: 2;
    border-radius: 3px;
    padding-top: 70px;
    padding-left: 5px;
    background-color: #fff;
}

#treatment-desc {
    position: absolute;
    top: 120px;
    left: 500px;
    z-index: 1;
    padding: 20px;
    background-color: #f4f6f7;
    width: 630px;
    height: 320px;
   
}

#treatment-desc h4{
    margin-top: 20px;
    text-align: center;
}

#treatment-desc li{
    list-style: none;
    margin-top: 20px;
    margin-left: 130px;
    margin-bottom: 5px;
}

#sewage-plant {
    position: relative;
    width: 1200px;
    height: 50vh;
    margin-top: 20px;
    margin-left: 50px;
}


#sewage-img {
    position: absolute;
    top: 80px;
    left: 600px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    background: url('images/sewage.jpg') center center no-repeat;
    background-size: cover;
    width: 530px;
    height: 300px;
    z-index: 2;
    border-radius: 3px;
    padding-top: 70px;
    padding-left: 5px;
    background-color: #fff;
}

#sewage-desc {
    position: absolute;
    top: 120px;
    left: 5px;
    z-index: 1;
    padding: 20px;
    background-color: #f4f6f7;
    width: 630px;
    height: 300px;
   
}

#sewage-desc h4{
    margin-top: 20px;
    text-align: center;
}

#sewage-desc li{
    list-style: none;
    margin-top: 20px;
    margin-left: 130px;
    margin-bottom: 5px;
}

#panel {
    position: relative;
    width: 1200px;
    height: 50vh;
    margin-top: 20px;
    margin-left: 250px;
}


#panel-img {
    position: absolute;
    top: 0;
    left: 50px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    background: url('images/control-panel.jpg') center center no-repeat;
    background-size: cover;
    width: 530px;
    height: 300px;
    z-index: 2;
    border-radius: 3px;
    padding-top: 70px;
    padding-left: 5px;
    background-color: #fff;
}

#panel-desc {
    position: absolute;
    top: 100px;
    left: 500px;
    z-index: 1;
    padding: 20px;
    background-color: #f4f6f7;
    width: 630px;
    height: 280px;
   
}

#panel-desc h4{
    margin-top: 20px;
    text-align: center;
}

#panel-desc li{
    list-style: none;
    margin-top: 20px;
    margin-left: 100px;
    margin-bottom: 5px;
}


/* Projects Page */

body{
    background-color: #fcfcfc;
}

#project-title{
    margin-top: 50px;
    margin-bottom: 0;
    text-align: center;
}

#projects{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 50px;
    margin-left: 350px;
    box-shadow: 34px 34px 34px 34px rgba(0, 0, 0, 0.03);
    width: 60%;
    background-color: #fff;
}

#projects .project-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 30%;
    height: 30vh;
    background-size: cover;
    background-position: center;
    padding: 30px;
    margin-bottom: 20px;
    cursor: pointer;
    margin: auto;
}

.project-box:hover {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); 
}

#projects h2{
    color: #000;
    font-weight: 900;
    font-size: 16px;
    text-align: center;
}

.project-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    opacity: 0;
    transform: scale(0); 
    transform-origin: center; 
    transition: opacity 0.3s ease, transform 0.5s ease;
}

.project-description p{
    color: #fff;
    margin: 60px;
}

.project-box .show-description {
    width: 100%;
    height: 100%;
    opacity: 1; 
    transform: translateY(0);
}

#olympic{
    background-image: url(images/pool.jpg);    
}

#sewage{
    background-image: url(images/sewage.jpg);
}

#ntare{
    background-image: url(images/solar-water.jpg);
    width: 100%;
}

#drilling {
    background-image: url(images/swimming-pool.jpeg);
}

#aif{
    background-image: url(images/pool-equip.png);
}

#contact-us{   
    background-image: url(images/contact-bg.jpg);
    background-size: cover;display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    gap: 200px;
}

.contact {
    position: relative;
    padding: 10px 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

.contact .content{
    max-width: 800px;
    text-align: center;
}

.contact .content h2{
    font-size: 36px;
    font-weight: 500;
    color: #fff;
}

.contact .content p{
    font-weight: 400;
    color: #fff;
}

.container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.container .contactInfo{
    width: 50%;
    display: flex;
    flex-direction: column;
}

.container .contactInfo .box {
    position: relative;
    padding: 10px 0;
    display: flex;
}
.container .contactInfo .box .icon{
    min-width: 60px;
    height: 60px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
} 

.container .contactInfo .box .text {
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
    flex-direction: column;
    font-weight: 300;
} 

.container .contactInfo .box .text h3{
    font-weight: 700;
    color: #000;
} 

.container .contactInfo .box .text p{
    color: #fff;
    font-weight: 400;
} 

.contactForm{
    width: 50%;
    padding: 60px;
    background-color: #fff;
}

.contactForm h2{
    font-size: 30px;
    color: #333;
    font-weight: 500;
}

.contactForm .inputBox{
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.contactForm .inputBox input,
.contactForm .inputBox textarea{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none; 
    resize: none;
}

.contactForm .inputBox span{
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}

.contactForm .inputBox input:focus ~ span,
.contactForm .inputBox input:valid ~ span,
.contactForm .inputBox textarea:focus ~ span,
.contactForm .inputBox textarea:valid ~ span{
    color: #f7890a;
    font-size: 12px; 
    transform: translateY(-20px);   
}


#formButton {
    width: 100%;
    background-color: #5c5c5b;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    padding: 10px;
    font-size: 24px;
}

.map{
    width: 600px;
    height: 450px;
    padding-left: 30px;
}


/* KEY FRAMES ANIMATION */

@keyframes sliderRight {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes sliderTop {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideBottom {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }
    
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


/* Media Query */

@media (max-width:1024px){
    /*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#navbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100vh;
        background-color: #E3E6F3; 
        -webkit-box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1); 
                box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
        padding: 80px 0 0 10px; 
        -webkit-transition: 0.3s; 
        -o-transition: 0.3s; 
        transition: 0.3s;    
    }

    #navbar.active {
        right: 0;
    }

    #navbar li{
        margin-bottom: 25px;
    }

    
    #mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    #mobile i {
        color: #f7890a;
        font-size: 24px;
        padding-left: 20px;
    }

    #close{
        display: initial;
        position: absolute;
        text-decoration: none;
        top: 30px;
        left: 30px;
        color: #000;
        font-size: 24px;
    }

    #hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        padding: 60px 0;
        height: 100%;
    }

    .column.hero-text {
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    .column.hero-text h1 {
        font-size: 28px;
    }

    .column img {
        -ms-flex-item-align: start;
            align-self: flex-start;
        margin-top: 20px;
        width: 300px;
        height: 100%;
    }

    /* About Us section */

    #home-about{
        margin-top: -40px;
        width: 90%;

    }

    #about-container {
        display: flex;
        flex-direction: column; 
        text-align: center;
        width: 100%;
        height: 100%;
        padding: 0;
    }
    
    #about-container h2{
        text-align: center;
        font-size: 14px;
    }
   #about-container p{
    width: 100%;
    font-size: 14px;
   }

   #about-container button{
        background-color: #f7890a;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        /* transition: 2s ease, transform 0.2s ease; */
        padding: 10px 30px 10px 30px;
    }

    #about-img {
        display: none;
    }


    /* Features section */

     .feature-container {
        display: flex;
        flex-wrap: wrap;
    }

    .fe-box {
        flex: 0 0 45%; 
    }

    .fe-box h6{
        font-size: 16px;
    }

    /* Products Section */

    #product1 h2 p{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }


    .pro-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        width: 100%;
    }

    .pro {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: -webkit-transform 0.5s ease;
        -o-transition: transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease;
        display: none;
    }

    .active {
        display: block;
    }

    .slide-indicators {
        text-align: center;
        margin-top: 10px;
    }

    .slide-indicator {
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #888;
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
    }
    
    .pro .des h5 {
        font-size: 16px;
        margin: 10px 0;
    }

    .pro a img {
        border-radius: 5px;
        padding: 10px;
    }

    .slide-indicators {
        text-align: center;
        margin-top: 10px;
    }

    .slide-indicator {
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #888;
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
    }

    /* Banner section */
   
    #brands {
        text-align: center;
        padding: 20px;
    }

    #brand-banner {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: auto;
    }

    .banner-box {
        flex: 1;
        max-width: 200px;
        margin: 10px;
    }

    .banner-box img {
        width: 100%;
        height: auto;
    }

    /* footer */

    .footer-content {
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-section {
        margin-bottom: 20px;
    }

    /* About Us page */

    #about-us {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .about-text {
        text-align: center;
        margin-top: 20px;
    }

    img {
        margin-right: 0; 
        margin-top: 20px;
    }

    #about-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; 
    }

    .stats-wrapper {
        margin: 10px 0;
    }

    #about-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; 
    }

    .stats-wrapper {
        margin: 10px 0;
    }

    .values-content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; 
    }

    /* Contact Us page */

    .contact{
        padding: 50px;
    }

    .container{
        flex-direction: column;
    }

    .container .contactInfo{
        margin-bottom: 40px;
    }

    .container .contactInfo,
    .contactForm{
        width: 100%;
    }

    /* Products page */

    #image-container{
        position: static; 
        width: 100%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-top: auto;
        background-size: cover;
    }
    
    #pump-desc {
        position: static; 
        width: 500px;
        height: 100px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-top: auto;
        background-size: cover;
    }
}